Html Css Color HEX #FECB57 Kournikova

📋 copy color: '#FECB57'

red 254 ◦ green 203 ◦ blue 87

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

Shades of Kournikova #FECB57

Tints of Kournikova #FECB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.99%

R = 46.69%
G = 37.32%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FECB57 (or 0xFECB57) is known color: Kournikova. HEX triplet: FE, CB and 57. RGB value is (254,203,87). Sum of RGB (Red+Green+Blue) = 254+203+87=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB57 is #0134A8. Grayscale: #CDCDCD. Windows color (decimal): -79017 or 5753854. OLE color: 5753854.

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

Color convert

RGB 254 203 87 -
CMYK 0 0.20 0.66 0.00
HSL 41.68º 0.99% 0.67% -
HSV(B) 41.68º 0.66% 1% -
XYZ 63.95 64.47 18.09 -
YUV 205.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 254 203 87 0 0.20 0.66 0.00 41.68 0.99 0.67
Hex FE CB 57 0 14 42 0 2A 63 43
Octal 376 313 127 0 24 102 0 52 143 103
Binary 11111110 11001011 1010111 0 10100 1000010 0 101010 1100011 1000011

Color Harmonies of #FECB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB57

Black with #FECB57

Text Example


Text Example

White with #FECB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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