Html Css Color HEX #FECB52 Kournikova

📋 copy color: '#FECB52'

red 254 ◦ green 203 ◦ blue 82

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

Shades of Kournikova #FECB52

Tints of Kournikova #FECB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 82 (32.42% from 255) = 15.21%

R = 47.12%
G = 37.66%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FECB52 (or 0xFECB52) is known color: Kournikova. HEX triplet: FE, CB and 52. RGB value is (254,203,82). Sum of RGB (Red+Green+Blue) = 254+203+82=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB52 is #0134AD. Grayscale: #CCCCCC. Windows color (decimal): -79022 or 5426174. OLE color: 5426174.

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

Color convert

RGB 254 203 82 -
CMYK 0 0.20 0.68 0.00
HSL 42.21º 0.99% 0.66% -
HSV(B) 42.21º 0.68% 1% -
XYZ 63.75 64.39 17.05 -
YUV 204.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 254 203 82 0 0.20 0.68 0.00 42.21 0.99 0.66
Hex FE CB 52 0 14 44 0 2A 63 42
Octal 376 313 122 0 24 104 0 52 143 102
Binary 11111110 11001011 1010010 0 10100 1000100 0 101010 1100011 1000010

Color Harmonies of #FECB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB52

Black with #FECB52

Text Example


Text Example

White with #FECB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB52; }

 p { color: rgb(254,203,82); }

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

background-color css

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

 a { background-color: rgb(254,203,82); }

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

border-color css

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

 span { border-color: rgb(254,203,82); }

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