Html Css Color HEX #FECB4F Kournikova

📋 copy color: '#FECB4F'

red 254 ◦ green 203 ◦ blue 79

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

Shades of Kournikova #FECB4F

Tints of Kournikova #FECB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.74%

R = 47.39%
G = 37.87%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECB4F (or 0xFECB4F) is known color: Kournikova. HEX triplet: FE, CB and 4F. RGB value is (254,203,79). Sum of RGB (Red+Green+Blue) = 254+203+79=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB4F is #0134B0. Grayscale: #CCCCCC. Windows color (decimal): -79025 or 5229566. OLE color: 5229566.

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

Color convert

RGB 254 203 79 -
CMYK 0 0.20 0.69 0.00
HSL 42.51º 0.99% 0.65% -
HSV(B) 42.51º 0.69% 1% -
XYZ 63.64 64.35 16.46 -
YUV 204.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 254 203 79 0 0.20 0.69 0.00 42.51 0.99 0.65
Hex FE CB 4F 0 14 45 0 2B 63 41
Octal 376 313 117 0 24 105 0 53 143 101
Binary 11111110 11001011 1001111 0 10100 1000101 0 101011 1100011 1000001

Color Harmonies of #FECB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB4F

Black with #FECB4F

Text Example


Text Example

White with #FECB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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