Html Css Color HEX #FFC313 Golden Poppy

📋 copy color: '#FFC313'

red 255 ◦ green 195 ◦ blue 19

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

Shades of Golden Poppy #FFC313

Tints of Golden Poppy #FFC313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 54.37%
G = 41.58%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC313 (or 0xFFC313) is known color: Golden Poppy. HEX triplet: FF, C3 and 13. RGB value is (255,195,19). Sum of RGB (Red+Green+Blue) = 255+195+19=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC313 is #003CEC. Grayscale: #C1C1C1. Windows color (decimal): -15597 or 1295359. OLE color: 1295359.

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

Color convert

RGB 255 195 19 -
CMYK 0 0.24 0.93 0
HSL 44.75º 1% 0.54% -
HSV(B) 44.75º 0.93% 1% -
XYZ 60.87 60.34 9.05 -
YUV 192.88 29.88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 255 195 19 0 0.24 0.93 0 44.75 1 0.54
Hex FF C3 13 0 18 5D 0 2D 64 36
Octal 377 303 23 0 30 135 0 55 144 66
Binary 11111111 11000011 10011 0 11000 1011101 0 101101 1100100 110110

Color Harmonies of #FFC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC313

Black with #FFC313

Text Example


Text Example

White with #FFC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC313; }

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

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

background-color css

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

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

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

border-color css

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

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

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