Html Css Color HEX #FB8525 Carrot Orange

📋 copy color: '#FB8525'

red 251 ◦ green 133 ◦ blue 37

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

Shades of Carrot Orange #FB8525

Tints of Carrot Orange #FB8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 59.62%
G = 31.59%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB8525 (or 0xFB8525) is known color: Carrot Orange. HEX triplet: FB, 85 and 25. RGB value is (251,133,37). Sum of RGB (Red+Green+Blue) = 251+133+37=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8525 is #047ADA. Grayscale: #9D9D9D. Windows color (decimal): -293595 or 2459131. OLE color: 2459131.

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

Color convert

RGB 251 133 37 -
CMYK 0 0.47 0.85 0.02
HSL 26.92º 0.96% 0.56% -
HSV(B) 26.92º 0.85% 0.98% -
XYZ 48.51 37.42 6.42 -
YUV 157.34 60.09 194.81 -
System Red Green Blue C M Y K H S L
Decimal 251 133 37 0 0.47 0.85 0.02 26.92 0.96 0.56
Hex FB 85 25 0 2F 55 2 1B 60 38
Octal 373 205 45 0 57 125 2 33 140 70
Binary 11111011 10000101 100101 0 101111 1010101 10 11011 1100000 111000

Color Harmonies of #FB8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8525

Black with #FB8525

Text Example


Text Example

White with #FB8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8525; }

 p { color: rgb(251,133,37); }

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

background-color css

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

 a { background-color: rgb(251,133,37); }

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

border-color css

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

 span { border-color: rgb(251,133,37); }

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