Html Css Color HEX #F28527 Carrot Orange

📋 copy color: '#F28527'

red 242 ◦ green 133 ◦ blue 39

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

Shades of Carrot Orange #F28527

Tints of Carrot Orange #F28527

RGB

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

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

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

R = 58.45%
G = 32.13%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F28527 (or 0xF28527) is known color: Carrot Orange. HEX triplet: F2, 85 and 27. RGB value is (242,133,39). Sum of RGB (Red+Green+Blue) = 242+133+39=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F28527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28527 is #0D7AD8. Grayscale: #9B9B9B. Windows color (decimal): -883417 or 2590194. OLE color: 2590194.

HSL color Cylindrical-coordinate representation of color #F28527: hue angle of 27.78º 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 #F28527 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 39 -
CMYK 0 0.45 0.84 0.05
HSL 27.78º 0.89% 0.55% -
HSV(B) 27.78º 0.84% 0.95% -
XYZ 45.37 35.8 6.44 -
YUV 154.88 62.61 190.14 -
System Red Green Blue C M Y K H S L
Decimal 242 133 39 0 0.45 0.84 0.05 27.78 0.89 0.55
Hex F2 85 27 0 2D 54 5 1C 59 37
Octal 362 205 47 0 55 124 5 34 131 67
Binary 11110010 10000101 100111 0 101101 1010100 101 11100 1011001 110111

Color Harmonies of #F28527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28527

Black with #F28527

Text Example


Text Example

White with #F28527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28527; }

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

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

background-color css

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

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

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

border-color css

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

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

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