Html Css Color HEX #F28915 Carrot Orange

📋 copy color: '#F28915'

red 242 ◦ green 137 ◦ blue 21

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

Shades of Carrot Orange #F28915

Tints of Carrot Orange #F28915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 60.5%
G = 34.25%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28915 (or 0xF28915) is known color: Carrot Orange. HEX triplet: F2, 89 and 15. RGB value is (242,137,21). Sum of RGB (Red+Green+Blue) = 242+137+21=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F28915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28915 is #0D76EA. Grayscale: #9B9B9B. Windows color (decimal): -882411 or 1411570. OLE color: 1411570.

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

Color convert

RGB 242 137 21 -
CMYK 0 0.43 0.91 0.05
HSL 31.49º 0.89% 0.52% -
HSV(B) 31.49º 0.91% 0.95% -
XYZ 45.7 36.82 5.41 -
YUV 155.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 242 137 21 0 0.43 0.91 0.05 31.49 0.89 0.52
Hex F2 89 15 0 2B 5B 5 1F 59 34
Octal 362 211 25 0 53 133 5 37 131 64
Binary 11110010 10001001 10101 0 101011 1011011 101 11111 1011001 110100

Color Harmonies of #F28915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28915

Black with #F28915

Text Example


Text Example

White with #F28915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28915; }

 p { color: rgb(242,137,21); }

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

background-color css

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

 a { background-color: rgb(242,137,21); }

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

border-color css

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

 span { border-color: rgb(242,137,21); }

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