Html Css Color HEX #FA902A Neon Carrot

📋 copy color: '#FA902A'

red 250 ◦ green 144 ◦ blue 42

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

Shades of Neon Carrot #FA902A

Tints of Neon Carrot #FA902A

RGB

 RED value IS 250 (98.05% from 255) = 57.34%

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 57.34%
G = 33.03%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA902A (or 0xFA902A) is known color: Neon Carrot. HEX triplet: FA, 90 and 2A. RGB value is (250,144,42). Sum of RGB (Red+Green+Blue) = 250+144+42=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA902A is #056FD5. Grayscale: #A4A4A4. Windows color (decimal): -356310 or 2789626. OLE color: 2789626.

HSL color Cylindrical-coordinate representation of color #FA902A: hue angle of 29.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA902A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 42 -
CMYK 0 0.42 0.83 0.02
HSL 29.42º 0.95% 0.57% -
HSV(B) 29.42º 0.83% 0.98% -
XYZ 49.82 40.44 7.37 -
YUV 164.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 250 144 42 0 0.42 0.83 0.02 29.42 0.95 0.57
Hex FA 90 2A 0 2A 53 2 1D 5F 39
Octal 372 220 52 0 52 123 2 35 137 71
Binary 11111010 10010000 101010 0 101010 1010011 10 11101 1011111 111001

Color Harmonies of #FA902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA902A

Black with #FA902A

Text Example


Text Example

White with #FA902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA902A; }

 p { color: rgb(250,144,42); }

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

background-color css

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

 a { background-color: rgb(250,144,42); }

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

border-color css

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

 span { border-color: rgb(250,144,42); }

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