Html Css Color HEX #FFC400 Golden Poppy

📋 copy color: '#FFC400'

red 255 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #FFC400

Tints of Golden Poppy #FFC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.54%
G = 43.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFC400 (or 0xFFC400) is known color: Golden Poppy. HEX triplet: FF, C4 and 00. RGB value is (255,196,0). Sum of RGB (Red+Green+Blue) = 255+196+0=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC400 is #003BFF. Grayscale: #C0C0C0. Windows color (decimal): -15360 or 50431. OLE color: 50431.

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

Color convert

RGB 255 196 0 -
CMYK 0 0.23 1 0
HSL 46.12º 1% 0.5% -
HSV(B) 46.12º 1% 1% -
XYZ 60.98 60.74 8.51 -
YUV 191.3 20.05 173.44 -
System Red Green Blue C M Y K H S L
Decimal 255 196 0 0 0.23 1 0 46.12 1 0.5
Hex FF C4 0 0 17 64 0 2E 64 32
Octal 377 304 0 0 27 144 0 56 144 62
Binary 11111111 11000100 0 0 10111 1100100 0 101110 1100100 110010

Color Harmonies of #FFC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC400

Black with #FFC400

Text Example


Text Example

White with #FFC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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