Html Css Color HEX #FAC30B Golden Poppy

📋 copy color: '#FAC30B'

red 250 ◦ green 195 ◦ blue 11

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

Shades of Golden Poppy #FAC30B

Tints of Golden Poppy #FAC30B

RGB

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

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

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

R = 54.82%
G = 42.76%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC30B (or 0xFAC30B) is known color: Golden Poppy. HEX triplet: FA, C3 and 0B. RGB value is (250,195,11). Sum of RGB (Red+Green+Blue) = 250+195+11=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC30B is #053CF4. Grayscale: #BFBFBF. Windows color (decimal): -343285 or 771066. OLE color: 771066.

HSL color Cylindrical-coordinate representation of color #FAC30B: hue angle of 46.19º 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 #FAC30B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 11 -
CMYK 0 0.22 0.96 0.02
HSL 46.19º 0.96% 0.51% -
HSV(B) 46.19º 0.96% 0.98% -
XYZ 59 59.38 8.67 -
YUV 190.47 26.72 170.46 -
System Red Green Blue C M Y K H S L
Decimal 250 195 11 0 0.22 0.96 0.02 46.19 0.96 0.51
Hex FA C3 B 0 16 60 2 2E 60 33
Octal 372 303 13 0 26 140 2 56 140 63
Binary 11111010 11000011 1011 0 10110 1100000 10 101110 1100000 110011

Color Harmonies of #FAC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC30B

Black with #FAC30B

Text Example


Text Example

White with #FAC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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