Html Css Color HEX #FFC40E Golden Poppy

📋 copy color: '#FFC40E'

red 255 ◦ green 196 ◦ blue 14

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

Shades of Golden Poppy #FFC40E

Tints of Golden Poppy #FFC40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 54.84%
G = 42.15%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC40E (or 0xFFC40E) is known color: Golden Poppy. HEX triplet: FF, C4 and 0E. RGB value is (255,196,14). Sum of RGB (Red+Green+Blue) = 255+196+14=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC40E is #003BF1. Grayscale: #C1C1C1. Windows color (decimal): -15346 or 967935. OLE color: 967935.

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

Color convert

RGB 255 196 14 -
CMYK 0 0.23 0.95 0
HSL 45.31º 1% 0.53% -
HSV(B) 45.31º 0.95% 1% -
XYZ 61.06 60.77 8.93 -
YUV 192.89 27.05 172.3 -
System Red Green Blue C M Y K H S L
Decimal 255 196 14 0 0.23 0.95 0 45.31 1 0.53
Hex FF C4 E 0 17 5F 0 2D 64 35
Octal 377 304 16 0 27 137 0 55 144 65
Binary 11111111 11000100 1110 0 10111 1011111 0 101101 1100100 110101

Color Harmonies of #FFC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC40E

Black with #FFC40E

Text Example


Text Example

White with #FFC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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