Html Css Color HEX #FFC308 Golden Poppy

📋 copy color: '#FFC308'

red 255 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #FFC308

Tints of Golden Poppy #FFC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 55.68%
G = 42.58%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFC308 (or 0xFFC308) is known color: Golden Poppy. HEX triplet: FF, C3 and 08. RGB value is (255,195,8). Sum of RGB (Red+Green+Blue) = 255+195+8=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC308 is #003CF7. Grayscale: #C0C0C0. Windows color (decimal): -15608 or 574463. OLE color: 574463.

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

Color convert

RGB 255 195 8 -
CMYK 0 0.24 0.97 0
HSL 45.43º 1% 0.52% -
HSV(B) 45.43º 0.97% 1% -
XYZ 60.8 60.31 8.67 -
YUV 191.62 24.38 173.21 -
System Red Green Blue C M Y K H S L
Decimal 255 195 8 0 0.24 0.97 0 45.43 1 0.52
Hex FF C3 8 0 18 61 0 2D 64 34
Octal 377 303 10 0 30 141 0 55 144 64
Binary 11111111 11000011 1000 0 11000 1100001 0 101101 1100100 110100

Color Harmonies of #FFC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC308

Black with #FFC308

Text Example


Text Example

White with #FFC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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