Html Css Color HEX #FFC30B Golden Poppy

📋 copy color: '#FFC30B'

red 255 ◦ green 195 ◦ blue 11

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

Shades of Golden Poppy #FFC30B

Tints of Golden Poppy #FFC30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 55.31%
G = 42.3%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC30B (or 0xFFC30B) is known color: Golden Poppy. HEX triplet: FF, C3 and 0B. RGB value is (255,195,11). Sum of RGB (Red+Green+Blue) = 255+195+11=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC30B is #003CF4. Grayscale: #C0C0C0. Windows color (decimal): -15605 or 771071. OLE color: 771071.

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

Color convert

RGB 255 195 11 -
CMYK 0 0.24 0.96 0
HSL 45.25º 1% 0.52% -
HSV(B) 45.25º 0.96% 1% -
XYZ 60.82 60.31 8.75 -
YUV 191.96 25.88 172.96 -
System Red Green Blue C M Y K H S L
Decimal 255 195 11 0 0.24 0.96 0 45.25 1 0.52
Hex FF C3 B 0 18 60 0 2D 64 34
Octal 377 303 13 0 30 140 0 55 144 64
Binary 11111111 11000011 1011 0 11000 1100000 0 101101 1100100 110100

Color Harmonies of #FFC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC30B

Black with #FFC30B

Text Example


Text Example

White with #FFC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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