Html Css Color HEX #FAC60B Golden Poppy

📋 copy color: '#FAC60B'

red 250 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #FAC60B

Tints of Golden Poppy #FAC60B

RGB

 RED value IS 250 (98.05% from 255) = 54.47%

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 54.47%
G = 43.14%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC60B (or 0xFAC60B) is known color: Golden Poppy. HEX triplet: FA, C6 and 0B. RGB value is (250,198,11). Sum of RGB (Red+Green+Blue) = 250+198+11=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60B is #0539F4. Grayscale: #C1C1C1. Windows color (decimal): -342517 or 771834. OLE color: 771834.

HSL color Cylindrical-coordinate representation of color #FAC60B: hue angle of 46.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAC60B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 11 -
CMYK 0 0.21 0.96 0.02
HSL 46.95º 0.96% 0.51% -
HSV(B) 46.95º 0.96% 0.98% -
XYZ 59.68 60.74 8.89 -
YUV 192.23 25.73 169.21 -
System Red Green Blue C M Y K H S L
Decimal 250 198 11 0 0.21 0.96 0.02 46.95 0.96 0.51
Hex FA C6 B 0 15 60 2 2F 60 33
Octal 372 306 13 0 25 140 2 57 140 63
Binary 11111010 11000110 1011 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC60B

Black with #FAC60B

Text Example


Text Example

White with #FAC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC60B; }

 p { color: rgb(250,198,11); }

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

background-color css

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

 a { background-color: rgb(250,198,11); }

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

border-color css

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

 span { border-color: rgb(250,198,11); }

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