Html Css Color HEX #FFCB4E Kournikova

📋 copy color: '#FFCB4E'

red 255 ◦ green 203 ◦ blue 78

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

Shades of Kournikova #FFCB4E

Tints of Kournikova #FFCB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.55%

R = 47.57%
G = 37.87%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFCB4E (or 0xFFCB4E) is known color: Kournikova. HEX triplet: FF, CB and 4E. RGB value is (255,203,78). Sum of RGB (Red+Green+Blue) = 255+203+78=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB4E is #0034B1. Grayscale: #CCCCCC. Windows color (decimal): -13490 or 5164031. OLE color: 5164031.

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

Color convert

RGB 255 203 78 -
CMYK 0 0.20 0.69 0
HSL 42.37º 1% 0.65% -
HSV(B) 42.37º 0.69% 1% -
XYZ 63.97 64.52 16.29 -
YUV 204.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 255 203 78 0 0.20 0.69 0 42.37 1 0.65
Hex FF CB 4E 0 14 45 0 2A 64 41
Octal 377 313 116 0 24 105 0 52 144 101
Binary 11111111 11001011 1001110 0 10100 1000101 0 101010 1100100 1000001

Color Harmonies of #FFCB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB4E

Black with #FFCB4E

Text Example


Text Example

White with #FFCB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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