Html Css Color HEX #FAC30F Golden Poppy

📋 copy color: '#FAC30F'

red 250 ◦ green 195 ◦ blue 15

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

Shades of Golden Poppy #FAC30F

Tints of Golden Poppy #FAC30F

RGB

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

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

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

R = 54.35%
G = 42.39%
B = 3.26%

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

#FAC30F (or 0xFAC30F) is known color: Golden Poppy. HEX triplet: FA, C3 and 0F. RGB value is (250,195,15). Sum of RGB (Red+Green+Blue) = 250+195+15=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC30F is #053CF0. Grayscale: #BFBFBF. Windows color (decimal): -343281 or 1033210. OLE color: 1033210.

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

Color convert

RGB 250 195 15 -
CMYK 0 0.22 0.94 0.02
HSL 45.96º 0.96% 0.52% -
HSV(B) 45.96º 0.94% 0.98% -
XYZ 59.03 59.39 8.8 -
YUV 190.93 28.72 170.14 -
System Red Green Blue C M Y K H S L
Decimal 250 195 15 0 0.22 0.94 0.02 45.96 0.96 0.52
Hex FA C3 F 0 16 5E 2 2E 60 34
Octal 372 303 17 0 26 136 2 56 140 64
Binary 11111010 11000011 1111 0 10110 1011110 10 101110 1100000 110100

Color Harmonies of #FAC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC30F

Black with #FAC30F

Text Example


Text Example

White with #FAC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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