Html Css Color HEX #FED04B Kournikova

📋 copy color: '#FED04B'

red 254 ◦ green 208 ◦ blue 75

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

Shades of Kournikova #FED04B

Tints of Kournikova #FED04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 47.3%
G = 38.73%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED04B (or 0xFED04B) is known color: Kournikova. HEX triplet: FE, D0 and 4B. RGB value is (254,208,75). Sum of RGB (Red+Green+Blue) = 254+208+75=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED04B is #012FB4. Grayscale: #CFCFCF. Windows color (decimal): -77749 or 4968702. OLE color: 4968702.

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

Color convert

RGB 254 208 75 -
CMYK 0 0.18 0.70 0.00
HSL 44.58º 0.99% 0.65% -
HSV(B) 44.58º 0.7% 1% -
XYZ 64.7 66.69 16.12 -
YUV 206.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 254 208 75 0 0.18 0.70 0.00 44.58 0.99 0.65
Hex FE D0 4B 0 12 46 0 2D 63 41
Octal 376 320 113 0 22 106 0 55 143 101
Binary 11111110 11010000 1001011 0 10010 1000110 0 101101 1100011 1000001

Color Harmonies of #FED04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED04B

Black with #FED04B

Text Example


Text Example

White with #FED04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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