Html Css Color HEX #F29E2E Yellow Sea

📋 copy color: '#F29E2E'

red 242 ◦ green 158 ◦ blue 46

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

Shades of Yellow Sea #F29E2E

Tints of Yellow Sea #F29E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 46 (18.36% from 255) = 10.31%

R = 54.26%
G = 35.43%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F29E2E (or 0xF29E2E) is known color: Yellow Sea. HEX triplet: F2, 9E and 2E. RGB value is (242,158,46). Sum of RGB (Red+Green+Blue) = 242+158+46=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E2E is #0D61D1. Grayscale: #AAAAAA. Windows color (decimal): -877010 or 3055346. OLE color: 3055346.

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

Color convert

RGB 242 158 46 -
CMYK 0 0.35 0.81 0.05
HSL 34.29º 0.88% 0.56% -
HSV(B) 34.29º 0.81% 0.95% -
XYZ 49.34 43.53 8.39 -
YUV 170.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 242 158 46 0 0.35 0.81 0.05 34.29 0.88 0.56
Hex F2 9E 2E 0 23 51 5 22 58 38
Octal 362 236 56 0 43 121 5 42 130 70
Binary 11110010 10011110 101110 0 100011 1010001 101 100010 1011000 111000

Color Harmonies of #F29E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E2E

Black with #F29E2E

Text Example


Text Example

White with #F29E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E2E; }

 p { color: rgb(242,158,46); }

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

background-color css

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

 a { background-color: rgb(242,158,46); }

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

border-color css

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

 span { border-color: rgb(242,158,46); }

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