Html Css Color HEX #FFC305 Golden Poppy

📋 copy color: '#FFC305'

red 255 ◦ green 195 ◦ blue 5

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

Shades of Golden Poppy #FFC305

Tints of Golden Poppy #FFC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 56.04%
G = 42.86%
B = 1.1%

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

#FFC305 (or 0xFFC305) is known color: Golden Poppy. HEX triplet: FF, C3 and 05. RGB value is (255,195,5). Sum of RGB (Red+Green+Blue) = 255+195+5=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC305 is #003CFA. Grayscale: #C0C0C0. Windows color (decimal): -15611 or 377855. OLE color: 377855.

HSL color Cylindrical-coordinate representation of color #FFC305: hue angle of 45.6º 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 #FFC305 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #FFC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC305

Black with #FFC305

Text Example


Text Example

White with #FFC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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