Html Css Color HEX #FECE4B Kournikova

📋 copy color: '#FECE4B'

red 254 ◦ green 206 ◦ blue 75

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

Shades of Kournikova #FECE4B

Tints of Kournikova #FECE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 75 (29.69% from 255) = 14.02%

R = 47.48%
G = 38.5%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FECE4B (or 0xFECE4B) is known color: Kournikova. HEX triplet: FE, CE and 4B. RGB value is (254,206,75). Sum of RGB (Red+Green+Blue) = 254+206+75=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE4B is #0131B4. Grayscale: #CDCDCD. Windows color (decimal): -78261 or 4968190. OLE color: 4968190.

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

Color convert

RGB 254 206 75 -
CMYK 0 0.19 0.70 0.00
HSL 43.91º 0.99% 0.65% -
HSV(B) 43.91º 0.7% 1% -
XYZ 64.21 65.72 15.96 -
YUV 205.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 254 206 75 0 0.19 0.70 0.00 43.91 0.99 0.65
Hex FE CE 4B 0 13 46 0 2C 63 41
Octal 376 316 113 0 23 106 0 54 143 101
Binary 11111110 11001110 1001011 0 10011 1000110 0 101100 1100011 1000001

Color Harmonies of #FECE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE4B

Black with #FECE4B

Text Example


Text Example

White with #FECE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE4B; }

 p { color: rgb(254,206,75); }

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

background-color css

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

 a { background-color: rgb(254,206,75); }

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

border-color css

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

 span { border-color: rgb(254,206,75); }

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