Html Css Color HEX #F28A2A Carrot Orange

📋 copy color: '#F28A2A'

red 242 ◦ green 138 ◦ blue 42

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

Shades of Carrot Orange #F28A2A

Tints of Carrot Orange #F28A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 57.35%
G = 32.7%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28A2A (or 0xF28A2A) is known color: Carrot Orange. HEX triplet: F2, 8A and 2A. RGB value is (242,138,42). Sum of RGB (Red+Green+Blue) = 242+138+42=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A2A is #0D75D5. Grayscale: #9E9E9E. Windows color (decimal): -882134 or 2788082. OLE color: 2788082.

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

Color convert

RGB 242 138 42 -
CMYK 0 0.43 0.83 0.05
HSL 28.8º 0.88% 0.56% -
HSV(B) 28.8º 0.83% 0.95% -
XYZ 46.12 37.22 6.94 -
YUV 158.15 62.46 187.81 -
System Red Green Blue C M Y K H S L
Decimal 242 138 42 0 0.43 0.83 0.05 28.8 0.88 0.56
Hex F2 8A 2A 0 2B 53 5 1D 58 38
Octal 362 212 52 0 53 123 5 35 130 70
Binary 11110010 10001010 101010 0 101011 1010011 101 11101 1011000 111000

Color Harmonies of #F28A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A2A

Black with #F28A2A

Text Example


Text Example

White with #F28A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A2A; }

 p { color: rgb(242,138,42); }

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

background-color css

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

 a { background-color: rgb(242,138,42); }

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

border-color css

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

 span { border-color: rgb(242,138,42); }

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