Html Css Color HEX #FDD05B Kournikova

📋 copy color: '#FDD05B'

red 253 ◦ green 208 ◦ blue 91

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

Shades of Kournikova #FDD05B

Tints of Kournikova #FDD05B

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

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

 BLUE value IS 91 (35.94% from 255) = 16.49%

R = 45.83%
G = 37.68%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDD05B (or 0xFDD05B) is known color: Kournikova. HEX triplet: FD, D0 and 5B. RGB value is (253,208,91). Sum of RGB (Red+Green+Blue) = 253+208+91=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD05B is #022FA4. Grayscale: #D0D0D0. Windows color (decimal): -143269 or 6017277. OLE color: 6017277.

HSL color Cylindrical-coordinate representation of color #FDD05B: hue angle of 43.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDD05B is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 91 -
CMYK 0 0.18 0.64 0.01
HSL 43.33º 0.98% 0.67% -
HSV(B) 43.33º 0.64% 0.99% -
XYZ 64.95 66.75 19.36 -
YUV 208.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 253 208 91 0 0.18 0.64 0.01 43.33 0.98 0.67
Hex FD D0 5B 0 12 40 1 2B 62 43
Octal 375 320 133 0 22 100 1 53 142 103
Binary 11111101 11010000 1011011 0 10010 1000000 1 101011 1100010 1000011

Color Harmonies of #FDD05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD05B

Black with #FDD05B

Text Example


Text Example

White with #FDD05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD05B; }

 p { color: rgb(253,208,91); }

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

background-color css

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

 a { background-color: rgb(253,208,91); }

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

border-color css

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

 span { border-color: rgb(253,208,91); }

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