Html Css Color HEX #FEC30B Golden Poppy

📋 copy color: '#FEC30B'

red 254 ◦ green 195 ◦ blue 11

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

Shades of Golden Poppy #FEC30B

Tints of Golden Poppy #FEC30B

RGB

 RED value IS 254 (99.61% from 255) = 55.22%

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

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

R = 55.22%
G = 42.39%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEC30B (or 0xFEC30B) is known color: Golden Poppy. HEX triplet: FE, C3 and 0B. RGB value is (254,195,11). Sum of RGB (Red+Green+Blue) = 254+195+11=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC30B is #013CF4. Grayscale: #C0C0C0. Windows color (decimal): -81141 or 771070. OLE color: 771070.

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

Color convert

RGB 254 195 11 -
CMYK 0 0.23 0.96 0.00
HSL 45.43º 0.99% 0.52% -
HSV(B) 45.43º 0.96% 1% -
XYZ 60.45 60.13 8.74 -
YUV 191.67 26.05 172.46 -
System Red Green Blue C M Y K H S L
Decimal 254 195 11 0 0.23 0.96 0.00 45.43 0.99 0.52
Hex FE C3 B 0 17 60 0 2D 63 34
Octal 376 303 13 0 27 140 0 55 143 64
Binary 11111110 11000011 1011 0 10111 1100000 0 101101 1100011 110100

Color Harmonies of #FEC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC30B

Black with #FEC30B

Text Example


Text Example

White with #FEC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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