Html Css Color HEX #FFCB4D Kournikova

📋 copy color: '#FFCB4D'

red 255 ◦ green 203 ◦ blue 77

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

Shades of Kournikova #FFCB4D

Tints of Kournikova #FFCB4D

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 77 (30.47% from 255) = 14.39%

R = 47.66%
G = 37.94%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFCB4D (or 0xFFCB4D) is known color: Kournikova. HEX triplet: FF, CB and 4D. RGB value is (255,203,77). Sum of RGB (Red+Green+Blue) = 255+203+77=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB4D is #0034B2. Grayscale: #CCCCCC. Windows color (decimal): -13491 or 5098495. OLE color: 5098495.

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

Color convert

RGB 255 203 77 -
CMYK 0 0.20 0.70 0
HSL 42.47º 1% 0.65% -
HSV(B) 42.47º 0.7% 1% -
XYZ 63.94 64.51 16.1 -
YUV 204.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 255 203 77 0 0.20 0.70 0 42.47 1 0.65
Hex FF CB 4D 0 14 46 0 2A 64 41
Octal 377 313 115 0 24 106 0 52 144 101
Binary 11111111 11001011 1001101 0 10100 1000110 0 101010 1100100 1000001

Color Harmonies of #FFCB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB4D

Black with #FFCB4D

Text Example


Text Example

White with #FFCB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB4D; }

 p { color: rgb(255,203,77); }

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

background-color css

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

 a { background-color: rgb(255,203,77); }

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

border-color css

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

 span { border-color: rgb(255,203,77); }

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