Html Css Color HEX #CF5B02 Tenne (Tawny)

📋 copy color: '#CF5B02'

red 207 ◦ green 91 ◦ blue 2

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

Shades of Tenne (Tawny) #CF5B02

Tints of Tenne (Tawny) #CF5B02

RGB

 RED value IS 207 (81.25% from 255) = 69%

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 69%
G = 30.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF5B02 (or 0xCF5B02) is known color: Tenne (Tawny). HEX triplet: CF, 5B and 02. RGB value is (207,91,2). Sum of RGB (Red+Green+Blue) = 207+91+2=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B02 is #30A4FD. Grayscale: #747474. Windows color (decimal): -3187966 or 154575. OLE color: 154575.

HSL color Cylindrical-coordinate representation of color #CF5B02: hue angle of 26.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF5B02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 2 -
CMYK 0 0.56 0.99 0.19
HSL 26.05º 0.98% 0.41% -
HSV(B) 26.05º 0.99% 0.81% -
XYZ 29.48 20.75 2.51 -
YUV 115.54 63.93 193.24 -
System Red Green Blue C M Y K H S L
Decimal 207 91 2 0 0.56 0.99 0.19 26.05 0.98 0.41
Hex CF 5B 2 0 38 63 13 1A 62 29
Octal 317 133 2 0 70 143 23 32 142 51
Binary 11001111 1011011 10 0 111000 1100011 10011 11010 1100010 101001

Color Harmonies of #CF5B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B02

Black with #CF5B02

Text Example


Text Example

White with #CF5B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B02; }

 p { color: rgb(207,91,2); }

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

background-color css

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

 a { background-color: rgb(207,91,2); }

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

border-color css

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

 span { border-color: rgb(207,91,2); }

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