Html Css Color HEX #FFC304 Golden Poppy

📋 copy color: '#FFC304'

red 255 ◦ green 195 ◦ blue 4

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

Shades of Golden Poppy #FFC304

Tints of Golden Poppy #FFC304

RGB

 RED value IS 255 (100% from 255) = 56.17%

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 56.17%
G = 42.95%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC304 (or 0xFFC304) is known color: Golden Poppy. HEX triplet: FF, C3 and 04. RGB value is (255,195,4). Sum of RGB (Red+Green+Blue) = 255+195+4=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC304 is #003CFB. Grayscale: #BFBFBF. Windows color (decimal): -15612 or 312319. OLE color: 312319.

HSL color Cylindrical-coordinate representation of color #FFC304: hue angle of 45.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC304 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 4 -
CMYK 0 0.24 0.98 0
HSL 45.66º 1% 0.51% -
HSV(B) 45.66º 0.98% 1% -
XYZ 60.78 60.3 8.55 -
YUV 191.17 22.38 173.53 -
System Red Green Blue C M Y K H S L
Decimal 255 195 4 0 0.24 0.98 0 45.66 1 0.51
Hex FF C3 4 0 18 62 0 2E 64 33
Octal 377 303 4 0 30 142 0 56 144 63
Binary 11111111 11000011 100 0 11000 1100010 0 101110 1100100 110011

Color Harmonies of #FFC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC304

Black with #FFC304

Text Example


Text Example

White with #FFC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC304; }

 p { color: rgb(255,195,4); }

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

background-color css

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

 a { background-color: rgb(255,195,4); }

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

border-color css

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

 span { border-color: rgb(255,195,4); }

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