Html Css Color HEX #FAC30E Golden Poppy

📋 copy color: '#FAC30E'

red 250 ◦ green 195 ◦ blue 14

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

Shades of Golden Poppy #FAC30E

Tints of Golden Poppy #FAC30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.05%

R = 54.47%
G = 42.48%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC30E (or 0xFAC30E) is known color: Golden Poppy. HEX triplet: FA, C3 and 0E. RGB value is (250,195,14). Sum of RGB (Red+Green+Blue) = 250+195+14=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC30E is #053CF1. Grayscale: #BFBFBF. Windows color (decimal): -343282 or 967674. OLE color: 967674.

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

Color convert

RGB 250 195 14 -
CMYK 0 0.22 0.94 0.02
HSL 46.02º 0.96% 0.52% -
HSV(B) 46.02º 0.94% 0.98% -
XYZ 59.02 59.39 8.77 -
YUV 190.81 28.22 170.22 -
System Red Green Blue C M Y K H S L
Decimal 250 195 14 0 0.22 0.94 0.02 46.02 0.96 0.52
Hex FA C3 E 0 16 5E 2 2E 60 34
Octal 372 303 16 0 26 136 2 56 140 64
Binary 11111010 11000011 1110 0 10110 1011110 10 101110 1100000 110100

Color Harmonies of #FAC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC30E

Black with #FAC30E

Text Example


Text Example

White with #FAC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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