Html Css Color HEX #F28B27 Carrot Orange

📋 copy color: '#F28B27'

red 242 ◦ green 139 ◦ blue 39

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

Shades of Carrot Orange #F28B27

Tints of Carrot Orange #F28B27

RGB

 RED value IS 242 (94.92% from 255) = 57.62%

 GREEN value IS 139 (54.69% from 255) = 33.1%

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 57.62%
G = 33.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F28B27 (or 0xF28B27) is known color: Carrot Orange. HEX triplet: F2, 8B and 27. RGB value is (242,139,39). Sum of RGB (Red+Green+Blue) = 242+139+39=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B27 is #0D74D8. Grayscale: #9E9E9E. Windows color (decimal): -881881 or 2591730. OLE color: 2591730.

HSL color Cylindrical-coordinate representation of color #F28B27: hue angle of 29.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F28B27 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 139 39 -
CMYK 0 0.43 0.84 0.05
HSL 29.56º 0.89% 0.55% -
HSV(B) 29.56º 0.84% 0.95% -
XYZ 46.22 37.49 6.72 -
YUV 158.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 242 139 39 0 0.43 0.84 0.05 29.56 0.89 0.55
Hex F2 8B 27 0 2B 54 5 1E 59 37
Octal 362 213 47 0 53 124 5 36 131 67
Binary 11110010 10001011 100111 0 101011 1010100 101 11110 1011001 110111

Color Harmonies of #F28B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B27

Black with #F28B27

Text Example


Text Example

White with #F28B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B27; }

 p { color: rgb(242,139,39); }

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

background-color css

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

 a { background-color: rgb(242,139,39); }

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

border-color css

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

 span { border-color: rgb(242,139,39); }

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