Html Css Color HEX #F8BC0C Selective Yellow

📋 copy color: '#F8BC0C'

red 248 ◦ green 188 ◦ blue 12

#F8BC0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #F8BC0C

Tints of Selective Yellow #F8BC0C

RGB

 RED value IS 248 (97.27% from 255) = 55.36%

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 55.36%
G = 41.96%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F8BC0C (or 0xF8BC0C) is known color: Selective Yellow. HEX triplet: F8, BC and 0C. RGB value is (248,188,12). Sum of RGB (Red+Green+Blue) = 248+188+12=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC0C is #0743F3. Grayscale: #BABABA. Windows color (decimal): -476148 or 834808. OLE color: 834808.

HSL color Cylindrical-coordinate representation of color #F8BC0C: hue angle of 44.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8BC0C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 188 12 -
CMYK 0 0.24 0.95 0.03
HSL 44.75º 0.94% 0.51% -
HSV(B) 44.75º 0.95% 0.97% -
XYZ 56.76 55.95 8.16 -
YUV 185.88 29.88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 248 188 12 0 0.24 0.95 0.03 44.75 0.94 0.51
Hex F8 BC C 0 18 5F 3 2D 5E 33
Octal 370 274 14 0 30 137 3 55 136 63
Binary 11111000 10111100 1100 0 11000 1011111 11 101101 1011110 110011

Color Harmonies of #F8BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC0C

Black with #F8BC0C

Text Example


Text Example

White with #F8BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC0C; }

 p { color: rgb(248,188,12); }

 H1.HeaderClassName
 {
   color: #F8BC0C;
 }
 .AnyTagClassName
 {
   color: #F8BC0C;
 }
</style>

background-color css

<style>
 a { background-color: #F8BC0C; }

 a { background-color: rgb(248,188,12); }

 div.DivClassName
 {
   background-color: #F8BC0C;
 }
 .BgClassName
 {
   background-color: #F8BC0C;
 }
</style>

border-color css

<style>
 span { border-color: #F8BC0C; }

 span { border-color: rgb(248,188,12); }

 td.TdClassName
 {
   border-color: #F8BC0C;
 }
 .TagClassName
 {
   border-color: #F8BC0C;
 }
</style>