Html Css Color HEX #F5851B Carrot Orange

📋 copy color: '#F5851B'

red 245 ◦ green 133 ◦ blue 27

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

Shades of Carrot Orange #F5851B

Tints of Carrot Orange #F5851B

RGB

 RED value IS 245 (96.09% from 255) = 60.49%

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

 BLUE value IS 27 (10.94% from 255) = 6.67%

R = 60.49%
G = 32.84%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5851B (or 0xF5851B) is known color: Carrot Orange. HEX triplet: F5, 85 and 1B. RGB value is (245,133,27). Sum of RGB (Red+Green+Blue) = 245+133+27=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5851B is #0A7AE4. Grayscale: #9A9A9A. Windows color (decimal): -686821 or 1803765. OLE color: 1803765.

HSL color Cylindrical-coordinate representation of color #F5851B: hue angle of 29.17º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5851B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 27 -
CMYK 0 0.46 0.89 0.04
HSL 29.17º 0.92% 0.53% -
HSV(B) 29.17º 0.89% 0.96% -
XYZ 46.24 36.27 5.6 -
YUV 154.4 56.11 192.62 -
System Red Green Blue C M Y K H S L
Decimal 245 133 27 0 0.46 0.89 0.04 29.17 0.92 0.53
Hex F5 85 1B 0 2E 59 4 1D 5C 35
Octal 365 205 33 0 56 131 4 35 134 65
Binary 11110101 10000101 11011 0 101110 1011001 100 11101 1011100 110101

Color Harmonies of #F5851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5851B

Black with #F5851B

Text Example


Text Example

White with #F5851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5851B; }

 p { color: rgb(245,133,27); }

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

background-color css

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

 a { background-color: rgb(245,133,27); }

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

border-color css

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

 span { border-color: rgb(245,133,27); }

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