Html Css Color HEX #FAC00F Golden Poppy

📋 copy color: '#FAC00F'

red 250 ◦ green 192 ◦ blue 15

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

Shades of Golden Poppy #FAC00F

Tints of Golden Poppy #FAC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 54.7%
G = 42.01%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC00F (or 0xFAC00F) is known color: Golden Poppy. HEX triplet: FA, C0 and 0F. RGB value is (250,192,15). Sum of RGB (Red+Green+Blue) = 250+192+15=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00F is #053FF0. Grayscale: #BDBDBD. Windows color (decimal): -344049 or 1032442. OLE color: 1032442.

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

Color convert

RGB 250 192 15 -
CMYK 0 0.23 0.94 0.02
HSL 45.19º 0.96% 0.52% -
HSV(B) 45.19º 0.94% 0.98% -
XYZ 58.36 58.06 8.58 -
YUV 189.16 29.72 171.39 -
System Red Green Blue C M Y K H S L
Decimal 250 192 15 0 0.23 0.94 0.02 45.19 0.96 0.52
Hex FA C0 F 0 17 5E 2 2D 60 34
Octal 372 300 17 0 27 136 2 55 140 64
Binary 11111010 11000000 1111 0 10111 1011110 10 101101 1100000 110100

Color Harmonies of #FAC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC00F

Black with #FAC00F

Text Example


Text Example

White with #FAC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC00F; }

 p { color: rgb(250,192,15); }

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

background-color css

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

 a { background-color: rgb(250,192,15); }

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

border-color css

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

 span { border-color: rgb(250,192,15); }

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