Html Css Color HEX #F1AF3A Tulip Tree

📋 copy color: '#F1AF3A'

red 241 ◦ green 175 ◦ blue 58

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

Shades of Tulip Tree #F1AF3A

Tints of Tulip Tree #F1AF3A

RGB

 RED value IS 241 (94.53% from 255) = 50.84%

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 58 (23.05% from 255) = 12.24%

R = 50.84%
G = 36.92%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1AF3A (or 0xF1AF3A) is known color: Tulip Tree. HEX triplet: F1, AF and 3A. RGB value is (241,175,58). Sum of RGB (Red+Green+Blue) = 241+175+58=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF3A is #0E50C5. Grayscale: #B5B5B5. Windows color (decimal): -938182 or 3846129. OLE color: 3846129.

HSL color Cylindrical-coordinate representation of color #F1AF3A: hue angle of 38.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1AF3A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 58 -
CMYK 0 0.27 0.76 0.05
HSL 38.36º 0.87% 0.59% -
HSV(B) 38.36º 0.76% 0.95% -
XYZ 52.37 49.67 10.83 -
YUV 181.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 241 175 58 0 0.27 0.76 0.05 38.36 0.87 0.59
Hex F1 AF 3A 0 1B 4C 5 26 57 3B
Octal 361 257 72 0 33 114 5 46 127 73
Binary 11110001 10101111 111010 0 11011 1001100 101 100110 1010111 111011

Color Harmonies of #F1AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF3A

Black with #F1AF3A

Text Example


Text Example

White with #F1AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF3A; }

 p { color: rgb(241,175,58); }

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

background-color css

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

 a { background-color: rgb(241,175,58); }

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

border-color css

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

 span { border-color: rgb(241,175,58); }

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