Html Css Color HEX #FECC4B Kournikova

📋 copy color: '#FECC4B'

red 254 ◦ green 204 ◦ blue 75

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

Shades of Kournikova #FECC4B

Tints of Kournikova #FECC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 47.65%
G = 38.27%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FECC4B (or 0xFECC4B) is known color: Kournikova. HEX triplet: FE, CC and 4B. RGB value is (254,204,75). Sum of RGB (Red+Green+Blue) = 254+204+75=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC4B is #0133B4. Grayscale: #CCCCCC. Windows color (decimal): -78773 or 4967678. OLE color: 4967678.

HSL color Cylindrical-coordinate representation of color #FECC4B: hue angle of 43.24º 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 #FECC4B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 75 -
CMYK 0 0.20 0.70 0.00
HSL 43.24º 0.99% 0.65% -
HSV(B) 43.24º 0.7% 1% -
XYZ 63.74 64.76 15.8 -
YUV 204.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 254 204 75 0 0.20 0.70 0.00 43.24 0.99 0.65
Hex FE CC 4B 0 14 46 0 2B 63 41
Octal 376 314 113 0 24 106 0 53 143 101
Binary 11111110 11001100 1001011 0 10100 1000110 0 101011 1100011 1000001

Color Harmonies of #FECC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC4B

Black with #FECC4B

Text Example


Text Example

White with #FECC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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