Html Css Color HEX #F28529 Carrot Orange

📋 copy color: '#F28529'

red 242 ◦ green 133 ◦ blue 41

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

Shades of Carrot Orange #F28529

Tints of Carrot Orange #F28529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 58.17%
G = 31.97%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28529 (or 0xF28529) is known color: Carrot Orange. HEX triplet: F2, 85 and 29. RGB value is (242,133,41). Sum of RGB (Red+Green+Blue) = 242+133+41=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F28529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28529 is #0D7AD6. Grayscale: #9B9B9B. Windows color (decimal): -883415 or 2721266. OLE color: 2721266.

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

Color convert

RGB 242 133 41 -
CMYK 0 0.45 0.83 0.05
HSL 27.46º 0.89% 0.55% -
HSV(B) 27.46º 0.83% 0.95% -
XYZ 45.41 35.81 6.62 -
YUV 155.1 63.61 189.98 -
System Red Green Blue C M Y K H S L
Decimal 242 133 41 0 0.45 0.83 0.05 27.46 0.89 0.55
Hex F2 85 29 0 2D 53 5 1B 59 37
Octal 362 205 51 0 55 123 5 33 131 67
Binary 11110010 10000101 101001 0 101101 1010011 101 11011 1011001 110111

Color Harmonies of #F28529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28529

Black with #F28529

Text Example


Text Example

White with #F28529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28529; }

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

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

background-color css

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

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

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

border-color css

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

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

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