Html Css Color HEX #FF4B02 Vermilion

📋 copy color: '#FF4B02'

red 255 ◦ green 75 ◦ blue 2

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

Shades of Vermilion #FF4B02

Tints of Vermilion #FF4B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

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

R = 76.81%
G = 22.59%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF4B02 (or 0xFF4B02) is known color: Vermilion. HEX triplet: FF, 4B and 02. RGB value is (255,75,2). Sum of RGB (Red+Green+Blue) = 255+75+2=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B02 is #00B4FD. Grayscale: #787878. Windows color (decimal): -46334 or 150527. OLE color: 150527.

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

Color convert

RGB 255 75 2 -
CMYK 0 0.71 0.99 0
HSL 17.31º 1% 0.5% -
HSV(B) 17.31º 0.99% 1% -
XYZ 43.77 26.3 2.83 -
YUV 120.5 61.13 223.94 -
System Red Green Blue C M Y K H S L
Decimal 255 75 2 0 0.71 0.99 0 17.31 1 0.5
Hex FF 4B 2 0 47 63 0 11 64 32
Octal 377 113 2 0 107 143 0 21 144 62
Binary 11111111 1001011 10 0 1000111 1100011 0 10001 1100100 110010

Color Harmonies of #FF4B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B02

Black with #FF4B02

Text Example


Text Example

White with #FF4B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B02; }

 p { color: rgb(255,75,2); }

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

background-color css

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

 a { background-color: rgb(255,75,2); }

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

border-color css

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

 span { border-color: rgb(255,75,2); }

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