Html Css Color HEX #FB742B Burnt Orange

📋 copy color: '#FB742B'

red 251 ◦ green 116 ◦ blue 43

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

Shades of Burnt Orange #FB742B

Tints of Burnt Orange #FB742B

RGB

 RED value IS 251 (98.44% from 255) = 61.22%

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 61.22%
G = 28.29%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB742B (or 0xFB742B) is known color: Burnt Orange. HEX triplet: FB, 74 and 2B. RGB value is (251,116,43). Sum of RGB (Red+Green+Blue) = 251+116+43=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB742B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB742B is #048BD4. Grayscale: #949494. Windows color (decimal): -297941 or 2847995. OLE color: 2847995.

HSL color Cylindrical-coordinate representation of color #FB742B: hue angle of 21.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB742B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 43 -
CMYK 0 0.54 0.83 0.02
HSL 21.06º 0.96% 0.58% -
HSV(B) 21.06º 0.83% 0.98% -
XYZ 46.47 33.17 6.24 -
YUV 148.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 251 116 43 0 0.54 0.83 0.02 21.06 0.96 0.58
Hex FB 74 2B 0 36 53 2 15 60 3A
Octal 373 164 53 0 66 123 2 25 140 72
Binary 11111011 1110100 101011 0 110110 1010011 10 10101 1100000 111010

Color Harmonies of #FB742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB742B

Black with #FB742B

Text Example


Text Example

White with #FB742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB742B; }

 p { color: rgb(251,116,43); }

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

background-color css

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

 a { background-color: rgb(251,116,43); }

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

border-color css

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

 span { border-color: rgb(251,116,43); }

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