Html Css Color HEX #FFC405 Golden Poppy

📋 copy color: '#FFC405'

red 255 ◦ green 196 ◦ blue 5

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

Shades of Golden Poppy #FFC405

Tints of Golden Poppy #FFC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

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

R = 55.92%
G = 42.98%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC405 (or 0xFFC405) is known color: Golden Poppy. HEX triplet: FF, C4 and 05. RGB value is (255,196,5). Sum of RGB (Red+Green+Blue) = 255+196+5=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC405 is #003BFA. Grayscale: #C0C0C0. Windows color (decimal): -15355 or 378111. OLE color: 378111.

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

Color convert

RGB 255 196 5 -
CMYK 0 0.23 0.98 0
HSL 45.84º 1% 0.51% -
HSV(B) 45.84º 0.98% 1% -
XYZ 61.01 60.75 8.65 -
YUV 191.87 22.55 173.03 -
System Red Green Blue C M Y K H S L
Decimal 255 196 5 0 0.23 0.98 0 45.84 1 0.51
Hex FF C4 5 0 17 62 0 2E 64 33
Octal 377 304 5 0 27 142 0 56 144 63
Binary 11111111 11000100 101 0 10111 1100010 0 101110 1100100 110011

Color Harmonies of #FFC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC405

Black with #FFC405

Text Example


Text Example

White with #FFC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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