Html Css Color HEX #FECF4B Kournikova

📋 copy color: '#FECF4B'

red 254 ◦ green 207 ◦ blue 75

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

Shades of Kournikova #FECF4B

Tints of Kournikova #FECF4B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 47.39%
G = 38.62%
B = 13.99%

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

#FECF4B (or 0xFECF4B) is known color: Kournikova. HEX triplet: FE, CF and 4B. RGB value is (254,207,75). Sum of RGB (Red+Green+Blue) = 254+207+75=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF4B is #0130B4. Grayscale: #CECECE. Windows color (decimal): -78005 or 4968446. OLE color: 4968446.

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

Color convert

RGB 254 207 75 -
CMYK 0 0.19 0.70 0.00
HSL 44.25º 0.99% 0.65% -
HSV(B) 44.25º 0.7% 1% -
XYZ 64.46 66.2 16.04 -
YUV 206.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 254 207 75 0 0.19 0.70 0.00 44.25 0.99 0.65
Hex FE CF 4B 0 13 46 0 2C 63 41
Octal 376 317 113 0 23 106 0 54 143 101
Binary 11111110 11001111 1001011 0 10011 1000110 0 101100 1100011 1000001

Color Harmonies of #FECF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF4B

Black with #FECF4B

Text Example


Text Example

White with #FECF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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