Html Css Color HEX #FAC303 Golden Poppy

📋 copy color: '#FAC303'

red 250 ◦ green 195 ◦ blue 3

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

Shades of Golden Poppy #FAC303

Tints of Golden Poppy #FAC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 55.8%
G = 43.53%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAC303 (or 0xFAC303) is known color: Golden Poppy. HEX triplet: FA, C3 and 03. RGB value is (250,195,3). Sum of RGB (Red+Green+Blue) = 250+195+3=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC303 is #053CFC. Grayscale: #BEBEBE. Windows color (decimal): -343293 or 246778. OLE color: 246778.

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

Color convert

RGB 250 195 3 -
CMYK 0 0.22 0.99 0.02
HSL 46.64º 0.98% 0.5% -
HSV(B) 46.64º 0.99% 0.98% -
XYZ 58.96 59.36 8.44 -
YUV 189.56 22.72 171.11 -
System Red Green Blue C M Y K H S L
Decimal 250 195 3 0 0.22 0.99 0.02 46.64 0.98 0.5
Hex FA C3 3 0 16 63 2 2F 62 32
Octal 372 303 3 0 26 143 2 57 142 62
Binary 11111010 11000011 11 0 10110 1100011 10 101111 1100010 110010

Color Harmonies of #FAC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC303

Black with #FAC303

Text Example


Text Example

White with #FAC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC303; }

 p { color: rgb(250,195,3); }

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

background-color css

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

 a { background-color: rgb(250,195,3); }

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

border-color css

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

 span { border-color: rgb(250,195,3); }

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