Html Css Color HEX #FAC30D Golden Poppy

📋 copy color: '#FAC30D'

red 250 ◦ green 195 ◦ blue 13

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

Shades of Golden Poppy #FAC30D

Tints of Golden Poppy #FAC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 54.59%
G = 42.58%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC30D (or 0xFAC30D) is known color: Golden Poppy. HEX triplet: FA, C3 and 0D. RGB value is (250,195,13). Sum of RGB (Red+Green+Blue) = 250+195+13=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC30D is #053CF2. Grayscale: #BFBFBF. Windows color (decimal): -343283 or 902138. OLE color: 902138.

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

Color convert

RGB 250 195 13 -
CMYK 0 0.22 0.95 0.02
HSL 46.08º 0.96% 0.52% -
HSV(B) 46.08º 0.95% 0.98% -
XYZ 59.01 59.38 8.73 -
YUV 190.7 27.72 170.3 -
System Red Green Blue C M Y K H S L
Decimal 250 195 13 0 0.22 0.95 0.02 46.08 0.96 0.52
Hex FA C3 D 0 16 5F 2 2E 60 34
Octal 372 303 15 0 26 137 2 56 140 64
Binary 11111010 11000011 1101 0 10110 1011111 10 101110 1100000 110100

Color Harmonies of #FAC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC30D

Black with #FAC30D

Text Example


Text Example

White with #FAC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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