Html Css Color HEX #F9952A Neon Carrot

📋 copy color: '#F9952A'

red 249 ◦ green 149 ◦ blue 42

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

Shades of Neon Carrot #F9952A

Tints of Neon Carrot #F9952A

RGB

 RED value IS 249 (97.66% from 255) = 56.59%

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 56.59%
G = 33.86%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9952A (or 0xF9952A) is known color: Neon Carrot. HEX triplet: F9, 95 and 2A. RGB value is (249,149,42). Sum of RGB (Red+Green+Blue) = 249+149+42=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9952A is #066AD5. Grayscale: #A7A7A7. Windows color (decimal): -420566 or 2790905. OLE color: 2790905.

HSL color Cylindrical-coordinate representation of color #F9952A: hue angle of 31.01º 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 #F9952A is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 42 -
CMYK 0 0.40 0.83 0.02
HSL 31.01º 0.95% 0.57% -
HSV(B) 31.01º 0.83% 0.98% -
XYZ 50.23 41.8 7.61 -
YUV 166.7 57.63 186.7 -
System Red Green Blue C M Y K H S L
Decimal 249 149 42 0 0.40 0.83 0.02 31.01 0.95 0.57
Hex F9 95 2A 0 28 53 2 1F 5F 39
Octal 371 225 52 0 50 123 2 37 137 71
Binary 11111001 10010101 101010 0 101000 1010011 10 11111 1011111 111001

Color Harmonies of #F9952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9952A

Black with #F9952A

Text Example


Text Example

White with #F9952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9952A; }

 p { color: rgb(249,149,42); }

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

background-color css

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

 a { background-color: rgb(249,149,42); }

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

border-color css

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

 span { border-color: rgb(249,149,42); }

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