Html Css Color HEX #FABF04 Golden Poppy

📋 copy color: '#FABF04'

red 250 ◦ green 191 ◦ blue 4

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

Shades of Golden Poppy #FABF04

Tints of Golden Poppy #FABF04

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 56.18%
G = 42.92%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FABF04 (or 0xFABF04) is known color: Golden Poppy. HEX triplet: FA, BF and 04. RGB value is (250,191,4). Sum of RGB (Red+Green+Blue) = 250+191+4=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF04 is #0540FB. Grayscale: #BCBCBC. Windows color (decimal): -344316 or 311290. OLE color: 311290.

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

Color convert

RGB 250 191 4 -
CMYK 0 0.24 0.98 0.02
HSL 45.61º 0.97% 0.5% -
HSV(B) 45.61º 0.98% 0.98% -
XYZ 58.08 57.59 8.17 -
YUV 187.32 24.55 172.71 -
System Red Green Blue C M Y K H S L
Decimal 250 191 4 0 0.24 0.98 0.02 45.61 0.97 0.5
Hex FA BF 4 0 18 62 2 2E 61 32
Octal 372 277 4 0 30 142 2 56 141 62
Binary 11111010 10111111 100 0 11000 1100010 10 101110 1100001 110010

Color Harmonies of #FABF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF04

Black with #FABF04

Text Example


Text Example

White with #FABF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF04; }

 p { color: rgb(250,191,4); }

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

background-color css

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

 a { background-color: rgb(250,191,4); }

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

border-color css

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

 span { border-color: rgb(250,191,4); }

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